home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / conversion / pbmplus / doc / pbmtorast.doc < prev    next >
Text File  |  1995-02-13  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. pbmtorast(1)                PBM Plus                 pbmtorast(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      pbmtorast - convert a portable bitmap into a Sun rasterfile
  10.  
  11. SYNOPSIS
  12.      pbmtorast [-s] [pbmfile]
  13.  
  14. DESCRIPTION
  15.      Reads a portable bitmap as input.  Produces a Sun rasterfile
  16.      as output.  NOTE: since it uses Sun-specific include files
  17.      and libraries, pbmtorast will compile only on Suns.
  18.  
  19.      The -s flag forces the result to be in RT_STANDARD form;
  20.      otherwise, it defaults to RT_BYTE_ENCODED, which is smaller
  21.      but, well, less standard.
  22.  
  23.      The ppmtorast filter provides the same functionality as
  24.      pbmtorast, in addition to handling color images; but
  25.      pbmtorast is worth keeping, since it is significantly fas-
  26.      ter.
  27.  
  28. SEE ALSO
  29.      rasttopbm(1), pbm(5), ppmtorast(1), rasttoppm(1)
  30.  
  31. AUTHOR
  32.      Barry Klawans
  33.  
  34.      Copyright (C) 1988 by Jef Poskanzer.
  35.  
  36.      Permission to use, copy, modify, and distribute this
  37.      software and its documentation for any purpose and without
  38.      fee is hereby granted, provided that the above copyright
  39.      notice appear in all copies and that both that copyright
  40.      notice and this permission notice appear in supporting docu-
  41.      mentation.  This software is provided "as is" without
  42.      express or implied warranty.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 5/25/90         19 November 1988                        1
  64.  
  65.  
  66.  
  67.